home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / minigry / HighwayPursuit1_1.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-11-19  |  4.2 KB  |  85 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=Highway Pursuit
  4. AppVerName=Highway Pursuit v1.1
  5. AppId=Highway Pursuit
  6. AppPublisher=Adam Dawes
  7. AppPublisherURL=http://www.adamdawes.com
  8. AppSupportURL=http://www.adamdawes.com
  9. AppUpdatesURL=http://www.adamdawes.com
  10. DefaultDirName={pf}\HighwayPursuit
  11. DefaultGroupName=Highway Pursuit
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\HighwayPursuit.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\bass.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\HPursuit.hfd"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\HPursuit.hgd"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\HPursuit.hmd"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\HPursuit.hod"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\HPursuit.hsd"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\HPursuit.hvd"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\Visit adamdawes.com.url"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Visit Retrospec.url"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Docs\Car_Blade.jpg"; DestDir: "{app}\Docs"; 
  31. Source: "{app}\Docs\Car_Civilian1.jpg"; DestDir: "{app}\Docs"; 
  32. Source: "{app}\Docs\Car_Civilian2.jpg"; DestDir: "{app}\Docs"; 
  33. Source: "{app}\Docs\Car_Crasher.jpg"; DestDir: "{app}\Docs"; 
  34. Source: "{app}\Docs\Car_Jeep.jpg"; DestDir: "{app}\Docs"; 
  35. Source: "{app}\Docs\Car_Player.jpg"; DestDir: "{app}\Docs"; 
  36. Source: "{app}\Docs\Disclaimer.htm"; DestDir: "{app}\Docs"; 
  37. Source: "{app}\Docs\Enemies.htm"; DestDir: "{app}\Docs"; 
  38. Source: "{app}\Docs\Helicopter.jpg"; DestDir: "{app}\Docs"; 
  39. Source: "{app}\Docs\History.htm"; DestDir: "{app}\Docs"; 
  40. Source: "{app}\Docs\Logo.jpg"; DestDir: "{app}\Docs"; 
  41. Source: "{app}\Docs\LogoAdamDawes.gif"; DestDir: "{app}\Docs"; 
  42. Source: "{app}\Docs\LogoRetrospec.gif"; DestDir: "{app}\Docs"; 
  43. Source: "{app}\Docs\Object.htm"; DestDir: "{app}\Docs"; 
  44. Source: "{app}\Docs\ReadMe.htm"; DestDir: "{app}\Docs"; 
  45. Source: "{app}\Docs\Scoring.htm"; DestDir: "{app}\Docs"; 
  46. Source: "{app}\Docs\Settings.htm"; DestDir: "{app}\Docs"; 
  47. Source: "{app}\Docs\SysReq.htm"; DestDir: "{app}\Docs"; 
  48. Source: "{app}\Docs\Van_Delivery.jpg"; DestDir: "{app}\Docs"; 
  49. Source: "{app}\Docs\Van_Health.jpg"; DestDir: "{app}\Docs"; 
  50. Source: "{app}\Docs\Van_Missiles.jpg"; DestDir: "{app}\Docs"; 
  51. Source: "{app}\Docs\Van_Oil.jpg"; DestDir: "{app}\Docs"; 
  52. Source: "{app}\Docs\Van_Smoke.jpg"; DestDir: "{app}\Docs"; 
  53. Source: "{app}\Docs\Weapons.htm"; DestDir: "{app}\Docs"; 
  54. [Dirs]
  55. Name: "{app}\Docs"; 
  56. [Registry]
  57. Root: HKCU; Subkey: "Software\AdamDawes\HighwayPursuit"; Flags: createvalueifdoesntexist uninsdeletekey 
  58. [Run]
  59. Filename: "{app}\Docs\ReadMe.htm"; Description: "View Highway Pursuit documentation"; Flags: shellexec postinstall skipifsilent nowait
  60. [Icons]
  61. Name: "{group}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; 
  62. Name: "{group}\Visit adamdawes.com"; Filename: "{app}\Visit adamdawes.com.url"; 
  63. Name: "{group}\Visit Retrospec"; Filename: "{app}\Visit Retrospec.url"; 
  64. Name: "{userdesktop}\Highway Pursuit"; Filename: "{app}\HighwayPursuit.exe"; Tasks: desktopicon; 
  65. Name: "{group}\Read Me"; Filename: "{app}\Docs\ReadMe.htm"; 
  66. [Tasks]
  67. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\HighwayPursuit.url"; 
  70. Type: filesandordirs; Name: "{app}"; 
  71. [CustomMessages]
  72. default.NameAndVersion=%1 version %2
  73. default.AdditionalIcons=Additional icons:
  74. default.CreateDesktopIcon=Create a &desktop icon
  75. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  76. default.ProgramOnTheWeb=%1 on the Web
  77. default.UninstallProgram=Uninstall %1
  78. default.LaunchProgram=Launch %1
  79. default.AssocFileExtension=&Associate %1 with the %2 file extension
  80. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  81. [Languages]
  82. ; These files are stubs
  83. ; To achieve better results after recompilation, use the real language files
  84. Name: "default"; MessagesFile: "embedded\default.isl"; 
  85.